ArcPadScripting
Format
Collapse All
Expand All
ArcPad Scripting Object Model Reference > References > Constants > Format
Format constants
Constant
Value
Description
apFileSystemDefault
-2
System default format.
apFileUnicode
-1
Unicode format.
apFileASCII
0
ASCII format
Remarks
Use these constants with the Format argument of the Open method of the File object.
Applies To
File :: Open Method